home *** CD-ROM | disk | FTP | other *** search
/ Colorado Rockies Interactive CD-ROM 1999 / Colorado Rockies 1999 Interactive CD-ROM.iso / mac / DXR / usw.dxr / 00015_test.ls < prev    next >
Encoding:
Text File  |  1999-03-30  |  221 b   |  10 lines

  1. on mouseUp
  2.   global gBrowser
  3.   set gBrowser to browserName()
  4.   if gBrowser = EMPTY then
  5.     open("Rockies:Netscape Installer:Netscape Installer")
  6.   else
  7.     gotoNetPage("file:///Rockies/DXR/info/index.html")
  8.   end if
  9. end
  10.